﻿#mainContainer
{
    width: 794px;
}

.categoryContainer
{
    border: 0;
    margin: 12px 0px 6px 0px;
}

.categoryContainer img
{
    padding: 7px;
    height: 44px;
    width: 44px;
}

.categoryContainer a
{
    text-decoration: none;
    color: #4c453c;
    font-weight: bold;
    font-size: 1.1em;
}
.categoryContainer a:hover
{
    text-decoration: none;
    color: #004883;
}

.imgContainer
{
    border: 1px Solid #e8e8e8;
    margin: 0px 18px 6px 0px;
}

.CategoryDescription
{
    font-size: 0.9em;
}

#topCategoriesContainer
{
    padding: 10px 20px 10px 20px;
    border: 1px Solid #e8e8e8;
    margin-bottom: 28px;
}

.topCategoriesLink
{
    text-decoration: none;
    color: #000;
    font-size: 1em;
}

.topCategoriesLink:hover
{
    text-decoration: none;
    color: #004883;
    cursor: pointer;
}

.topCategory
{
    padding-right: 30px;
}

.topCategoriesText
{
    vertical-align: middle;
}

.topCategory img
{
    margin: 2px;
    height: 24px;
    width: 24px;
}

.expandSearch
{
    background-image: url(../images/adv-search-expand.jpg);
    width: 794px;
    height: 52px;
    cursor: pointer;
}

.hideSearch
{
    background-image: url(../images/adv-search-close.jpg);
    width: 794px;
    height: 52px;
    cursor: pointer;
}

#advanceSearchForm
{
    border-left: 1px Solid #e8e8e8;
    border-bottom: 1px Solid #e8e8e8;
    border-right: 1px Solid #e8e8e8;
    width: 792px;
    padding-top: 0;
    margin-top: 0;
}

#advSearchSeparator
{
    margin-bottom: 28px;
}

#newAdvancedSearch
{
    color: Black;
    padding: 15px 0px 15px 15px;
}

.advSearchLabel
{
    display: block;
    font-family: Tahoma;
    font-size: .9em;
    padding-bottom: 6px;
}

input[type=text].advSearchInput
{
    background-image: url(../images/adv-search-input.jpg);
    background-color: White;
    width: 361px;
    height: 23px;
    line-height: 23px;
    border: none;
    padding: 2px 2px 2px 5px;
    margin-bottom: 15px;
    margin-right: 5px;
}

input[type=text].advSearchInputPrice
{
    background-image: url(../images/adv-search-input-price.jpg);
    background-color: White;
    width: 139px;
    padding-left: 20px;
    height: 23px;
    line-height: 23px;
    border: none;
    padding: 2px 2px 2px 20px;
}

select.advSearchInput
{
    background-image: url(../images/adv-search-input.jpg);
    background-color: White;
    width: 368px;
    height: 27px;
    line-height: 21px;
    padding: 0; /*border:none;*/
}

.priceRangeTo
{
    height: 23px;
    line-height: 23px;
    padding: 2px 13px;
}

.checkTd input[type=checkbox]
{
    margin-top: 2px;
    font-family: Tahoma;
    font-size: .9em;
    float: left;
}

.checkTd label
{
    padding: 0px 20px 15px 5px;
    font-family: Tahoma;
    font-size: .9em;
    float: left;
}

/*  Book Listing */
.listingBlock
{
    margin-bottom: 32px;
}

.listingTopBlock
{
    padding: 17px 17px 30px 17px;
}

.listingButtonBlock
{
    background-image: url(../images/buttonBackground.jpg);
    background-repeat: repeat-x;
    height: 23px;
    padding: 15px;
}

.lkviewbook
{
    background-image: url(../images/btn-viewbook.jpg);
    color: #FFF;
    height: 23px;
    width: 151px;
    cursor: pointer;
    margin: 0;
    text-indent: -7777px;
    display: inline-block;
}

.btnaddtowish
{
    border: 0;
    background-image: url(../images/btn-addtowish.jpg);
    height: 23px;
    width: 142px;
    cursor: pointer;
    text-indent: -7777px;
}

.btnaddtobag
{
    border: 0;
    background-image: url(../images/btn-addtobag.jpg);
    height: 23px;
    width: 176px;
    cursor: pointer;
    text-indent: -7777px;
}

.showSidebar
{
    float: left;
    background-image: url(../images/show-sidebar.jpg);
    width: 23px;
    height: 107px;
    cursor: pointer;
}
.hideSidebar
{
    float: left;
    background-image: url(../images/hide-sidebar.jpg);
    background-position: center left;
    width: 22px;
    height: 107px;
    cursor: pointer;
}

.sidebar
{
    width: 215px;
    float: left;
    border-top: Solid 1px #d3d3d3;
    border-bottom: Solid 1px #d3d3d3;
    border-left: Solid 1px #d3d3d3;
    padding: 5px 0px 14px 14px;
    background-image: url(../images/sidebar-bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    display: none; /* por defecto esta oculta */
}
.sidebar-separator
{
    width: 20px;
    float: left;
}

.topCategories
{
    width: 100%;
}

.sidebarTopCategoriesLink, .sidebarTopCategoriesLink:hover, .sidebarTopCategoriesLink:visited
{
    text-decoration: none;
    cursor: pointer;
}

.sidebarTopCategoriesLink.selected
{
    display: block;
    width: 100%;
    background-image: url(../images/sidebar-topcategory-selected.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.sidebarTopCategoriesText
{
    font-family: Verdana; /*font-weight:bold;*/
    color: Black;
}
.sidebarTopCategoriesText:hover, sidebarTopCategoriesText.selected
{
    text-decoration: underline;
}

.sidebarTopCategoriesSeparator
{
    background-image: url(../images/sidebar-separator.jpg);
    width: 204px;
    height: 1px;
    margin: 15px 0px 10px 0px;
}
.sidebarCategoryShow
{
    background-color: White;
    border: Solid 1px #d3d3d3;
    width: 185px;
    padding: 8px 8px 8px 8px;
    overflow: hidden;
    margin-top: 9px;
    background-image: url(../images/sidebar-category-show.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.sidebarCategoryHide
{
    background-color: #eeeeee;
    border: Solid 1px #d3d3d3;
    width: 185px;
    padding: 8px 8px 8px 8px;
    overflow: hidden;
    margin-top: 9px;
    background-image: url(../images/sidebar-category-hide.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.sidebarCategoryToggle
{
    float: right;
    width: 14px;
    cursor: pointer;
}
.sidebarCategoryText
{
    font-family: Verdana;
    font-size: 0.8em;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    width: 171px;
    cursor: pointer;
}
.sidebarCategoryHide .sidebarCategoryText, .sidebarCategoryHide .sidebarCategoryText:hover, .sidebarCategoryHide .sidebarCategoryText:visited
{
    color: #004883;
}
.sidebarSubCategories
{
    border-bottom: Solid 1px #d3d3d3;
    border-right: Solid 1px #d3d3d3;
    border-left: Solid 1px #d3d3d3;
    display: none;
    width: 201px;
}
.sidebarSubCategoryText, .sidebarSubCategoryText:hover, .sidebarSubCategoryText:visited
{
    font-family: Verdana;
    font-size: 0.8em;
    color: Black;
    text-decoration: none;
    background-image: url(../images/sidebar-subcategory.jpg);
    background-repeat: no-repeat;
    background-position: 9px center;
    padding-left: 21px;
}

.sidebarSubCategoryText.selected
{
    background-image: url(../images/sidebar-subcategory-selected.jpg);
}

/* First Edition Image */
.firstEditionImage
{
    float: right;
}

/* No results */
.noResultsContainer
{
    width: 100%;
    padding-top: 20px;
}
.noResultsImage
{
    float: left;
    height: 200px;
    margin-right: 40px;
    width: 133px;
    background-image: url(../images/notfound.jpg);
    background-repeat: no-repeat;
}
.noResultsTitle
{
    font-size: 66px;
    line-height: 66px;
    color: Black;
}
.noResultsLegend
{
    font-size: 27px;
    line-height: 35px;
}
.separator
{
    width: 100%;
    clear: both;
    height: 40px;
}
.titleNotFound
{
    padding-bottom: 5px;
}
.titleNotFound h1
{
    border-bottom: none;
}
.advanceSearchContainerNotFound
{
    border: solid 1px #3a332b;
    background-color: #3a332b;
}
.advanceSearchContainerNotFound label
{
    color: White;
}

.ipadPopUp
{
    width: 600px;
    height: 334px;
    background-image: url(/images/ipad/back.jpg);
    background-repeat: no-repeat;
    display: none; /* Hidden as default */
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

.ipadPopUp div
{
    margin-left: 325px;
    margin-right: 50px;
    margin-top: 50px;
    width: 225px;
    height: 284px;
}

.ipadPopUp div p.title
{
    font-size: 32px;
    color: #f9f3cd;
    margin-bottom: 25px;
}

.ipadPopUp div p.legend
{
    font-size: 16px;
    color: #fff;
    margin-bottom: 35px;
}

#fade
{
    display: none; /* Hidden as default */
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .40;
    z-index: 99998;
}
