/**
 * Styles for the FabEnt Product plugin
 */

.clear {
    clear: both;
}

#fabent-product {
	margin-top: 0;
}

#fabent-product .entry-header {
	margin-bottom: 1.5em;
}

#fabent-product .entry-header {
    line-height: 24px;
}

#fabent-product-header-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#fabent-product-header {
    position: relative;
    width: 745px;
    overflow: hidden;
}

#fabent-product-header > div {
    float: left;
    width: 360px;/*
    height: 100%;
    padding-bottom:100%;
    margin-bottom:-100%;*/
}

#fabent-product-image {
    text-align: center;
}

#fabent-product-image img {
    border: 2px solid #a4a4a4;
    max-height: 220px;
    max-width: 330px;
}

#fabent-product-images li {
    cursor: pointer;
}

#fabent-product h2 {
    font-weight: bold;
}

#fabent-product-description h2 {
    color: black;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

#fabent-product-description {
    border-left: 1px solid #CCC;
    padding-left: 15px;
    /*max-height: 350px;*/
}

/*
#fabent-product-description-text {
    height: 100%;
    overflow: visible;
}*/


#fabent-product-images {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#fabent-product-images > h3 {
    color: black;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 7px;
}

#fabent-product-images li {
    list-style: none;
    float: left;
    border: 2px solid #A4A4A4;
    margin-right: 4px;
    height: 50px;
    width: 50px;
}

#fabent-product-images li img {
    cursor: pointer;
    margin: 0 auto;
    max-height: 50px;
    max-width: 50px;
}

#fabent-product-options table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#fabent-product-options th, #fabent-product-options td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 6px;
    text-align: center;
}

#fabent-product-options th {
    background-color: #E3F4FB;
    font-weight: normal;
    text-align: center;
    min-width: 64px;
}

#fabent-product-options td {
    font-size: 13px;
}

#fabent-product-options-header {
    width: 170px;
    height: 25px;
    font-size: 15px;
    color: white;
    background: url( 'images/product-options-bg.png' ) repeat-x;
    border-radius: 4px 4px 0 0;
    text-align: center;
    line-height: 25px;
}

.fabent-product-accordion-selected td {
    background-color: #EDEDED;
}

.fabent-product-accordion-description-selected {
}

.fabent-product-accordion-selected .fabent-product-options-toggle {
    border-left: 3px solid #ccc !important;
    border-top: 3px solid #ccc !important;
}

.fabent-product-accordion-selected .fabent-product-description, .fabent-product-accordion-selected .fabent-product-price {
    border-top: 3px solid #ccc !important;
}

.fabent-product-accordion-selected .fabent-product-qty-container {
    border-right: 3px solid #ccc !important;
    border-top: 3px solid #ccc !important;
}

.fabent-product-qty-container .fabent-product-qty {
    width: 55px;
}

tr.fabent-product-accordion-description-selected td {
    border-left: 3px solid #ccc !important;
    border-right: 3px solid #ccc !important;
    border-bottom: 3px solid #ccc !important;
}

.fabent-product-accordion {
    display: none;
}

.fabent-product-options-toggle {
    color: #378cb7;
    cursor: pointer;
    text-decoration: underline;
}

.fabent-product-options-toggle img {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.fabent-product-description {
    text-align: left !important;
}

.fabent-product-options-details {
    text-align: left;
    padding: 15px;
}

.fabent-product-options-details > div {
    float: left;
    width: 350px;
}

.fabent-product-options-details > div.fabent-product-options-img {
    text-align: center;
}

/*
.fabent-product-options-text strong {
    font-size: 13px;
}*/

.fabent-product-options-text {
    font-size: 14px;
}
/*
.fabent-product-options-description {
    max-height: 100px;
    overflow: scroll;
}*/

.fabent-product-truck {
    position: relative;
    top: 2px;
    margin: 0 4px;
}

.fabent-product-options-downloads {
    text-align: left;
}

.fabent-product-options-downloads a {
    color: #08668e;
    width: 118px;
    height: 150px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
    float: left;
}

.fabent-product-options-downloads a:hover, .fabent-product-options-downloads a:visited {
    color: #378cb7;
}

.fabent-product-options-downloads-header {
    clear: left;
    height: 50px;
    background-color: #E9E9E9;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-left: -6px;
    margin-right: -6px;
}

#fabent-product-suggestions {
    width: 715px;
    border: 1px solid #ccc;
    padding: 16px;
}

#fabent-product-suggestions-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
}

#fabent-product-suggestions a .img-wrapper {
    height: 90px;
    width: 90px;
    border: 2px solid #A4A4A4;
}
#fabent-product-suggestions a img {
    height: auto;
	max-height: 90px;
    max-width: 90px;
}

#fabent-product-suggestions a {
    display: block;
    float: left;
    text-align: center;
    margin: 30px 20px 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #0a8ec4
}

#fabent-product-breadcrumb {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

#fabent-product-breadcrumb a, #fabent-product-breadcrumb a:visited {
    color: #0a8ec4;
    font-weight: bold;
}

#menu-posts-fabent_categories .wp-menu-image {
    height: 28px;
    width: 28px;
    background-image: url(images/category-icon-menu.png);
    background-position: -2px -33px;
}

#menu-posts-fabent_categories:hover .wp-menu-image {
    background-position: -2px -1px;
}

div.icon32-posts-fabent_categories {
    background-position: 2px 2px !important;
    background-image: url(images/category-icon-large.png) !important;
}
/*
#fabent-category-header {
    margin-bottom: 12px;
}*/

#fabent-category-title-wrapper {
    position: absolute;
}

#fabent-category-title {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    left: 20px;
    top: 8px;
}

#fabent-category-overlay {
    width: 300px;
    font-size: 14px;
    line-height: 14px;
    margin-left: 21px;
    margin-top: 5px;
    max-height: 100px;
    overflow: hidden;
}

#fabent-product #search_results_list .search_result, #primary #search_results_list .search_result {
    padding-top: 0;
	min-height: none;
}

#fabent-products-pagination {
    margin-bottom: 30px;
    text-align: center;
    width: 800px;
}

#fabent-products-pagination .page-link, #fabent-products-pagination .current {
    background-color: #CFCFCF;
    border-radius: 4px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
}

#fabent-products-pagination .current {
    color: white;
    background-color: #0A7AAA;
}

#fabent-products-pagination .prev, #fabent-products-pagination .next {
    background: none;
    color: black;
}

#fabent-category-header-wrapper {
    background: url( 'images/brand-header.png' ) repeat-x white;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}


/* Styles for the filmstrip */

/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */

    #fabent-product .ad-image-wrapper .ad-loader {
        position: absolute;
        z-index: 10;
        top: 48%;
        left: 48%;
        border: 1px solid #CCC;
    }
    #fabent-product .ad-image-wrapper .ad-next {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        height: 100%;
        cursor: pointer;
        display: block;
        z-index: 200;
    }
    #fabent-product .ad-image-wrapper .ad-prev {
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
        height: 100%;
        cursor: pointer;
        display: block;
        z-index: 200;
    }
    #fabent-product .ad-image-wrapper .ad-prev, #fabent-product .ad-image-wrapper .ad-next {
        /* Or else IE will hide it */
        background: url(lib/adgallery/trans.gif);
    }
    #fabent-product .ad-image-wrapper .ad-prev .ad-prev-image, #fabent-product .ad-image-wrapper .ad-next .ad-next-image {
        background: url(lib/adgallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
    }
    #fabent-product .ad-image-wrapper .ad-next .ad-next-image {
        background: url(lib/adgallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
    }
    #fabent-product .ad-image-wrapper .ad-image {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: 9;
    }
    #fabent-product .ad-image-wrapper .ad-image a img {
        border: 0;
    }
    #fabent-product .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(lib/adgallery/opa75.png);
        color: #000;
    }
    * html #fabent-product .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
    }
    #fabent-product .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
        display: block;
    }
    #fabent-product .ad-controls {
        height: 20px;
    }
    #fabent-product .ad-info {
        float: left;
    }
    #fabent-product .ad-slideshow-controls {
        float: right;
    }
    #fabent-product .ad-slideshow-controls .ad-slideshow-start, #fabent-product .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
    }
    #fabent-product .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
    }
    #fabent-product .ad-slideshow-running .ad-slideshow-start {
        cursor: default;
        font-style: italic;
    }
    #fabent-product .ad-nav {
        width: 670px;
        position: relative;
        margin: 0 auto;
    }
    #fabent-product .ad-forward, #fabent-product .ad-back {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html #fabent-product .ad-forward, #fabent-product .ad-back {
        height: 100px;
    }
    #fabent-product .ad-back {
        cursor: pointer;
        left: -20px;
        width: 13px;
        display: block;
        background: url(lib/adgallery/ad_scroll_back.png) 0px 22px no-repeat;
    }
    #fabent-product .ad-forward {
        cursor: pointer;
        display: block;
        right: -20px;
        width: 13px;
        background: url(lib/adgallery/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    #fabent-product .ad-nav .ad-thumbs {
        overflow: hidden;
        width: 670px;
    }
    #fabent-product .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
        margin: 5px;
    }
    #fabent-product .ad-thumbs li {
        float: left;
    }
    #fabent-product .ad-thumbs li a {
        display: block;
    }
    #fabent-product .ad-thumbs li a img {
        display: block;
    }
    #fabent-product .ad-thumbs li a.ad-active img {
    }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.product-sales-sheet {
    position: relative;
    top: -7px;
    line-height: 16px;
}