﻿
/*  ---

    product set

    --- */
    
    .template-productset {
        float: left;
        width: 791px;
        padding-top: 28px;
        color: #585858;
        overflow: hidden;
    }
            .template-productset .category-name {
                margin-bottom: 7px;
                font-size: 182%; line-height: 24px; text-transform: uppercase;
            }
            .template-productset .category-description {
                width: 480px;
                margin-bottom: 13px;
                font-size: 77%; line-height: 12px;
            }
            .template-productset .tip-set {
                list-style-type: disc;
                list-style-position: inside;
                font-size: 77%; line-height: 12px;
            }
            .template-productset .search-form {
                margin-bottom: 13px;
            }
                .template-productset .search {
                    
                }
                    .template-productset .search-input {
                        display: block; float: left;
                        width: 120px; height: 17px;
                        padding: 0 5px;
                        color: #585858;
                        background-color: #e1e1e1;
                    }
                        .template-productset .search-input input {
                            width: 100%; height: 100%;
                            background: 0;
                            border: 0;
                            font-size: 77%; line-height: 17px;
                        }
                    .template-productset .search-button {
                        display: block; float: left;
                        width: 17px; height: 0; overflow: hidden;
                        padding-top: 17px;
                        background: #e1e1e1 url('/images/base.png') no-repeat;
                    }
            .template-productset .product-set {
                
            }
                .template-productset .product {
                    position: relative;
                    float: left;
                    overflow: hidden;
                }
                .template-productset .product-large {
                    width: 253px;
                }
                .template-productset .product-set-gt6 .product-large {
                    width: 306px;
                    margin-right: 10px;
                }
                .template-productset .product-small {
                    width: 148px;
                    margin-right: 10px;
                }
                    .template-productset .product-image {
                        display: block;
                        width: 100%;
                    }
                    .template-productset .product-large .product-image {
                        height: 292px;
                    }
                    .template-productset .product-set-gt6 .product-large .product-image {
                        height: 353px;
                    }
                    .template-productset .product-small .product-image {
                        height: 172px;
                    }
                    .template-productset .product-set-collection .product-small .product-image {
                        height: 111px;
                    }
                    .template-productset .product-info {
                        height: 24px; overflow: hidden;
                        padding: 12px; 
                        font-size: 77%; line-height: 12px; text-align: center;
                    }
                        .template-productset .product-name {
                            display: inline;
                        }
                        .template-productset .product-price {
                            display: inline;
                        }
                            .template-productset .product-price-retail {
                                display: inline;
                                font-weight: bold;
                            }
                            .template-productset .product-price-ismarkdown .product-price-retail {
                                text-decoration: line-through;
                            }
                            .template-productset .product-price-markdown {
                                display: inline;
                            }
                                .template-productset .product-price-markdown span {
                                    color: #f3b802;
                                    text-transform: uppercase;
                                }
                            .template-productset .product-unavailable {
                                display: inline;
                                color: #000;
                                font-weight: bold;
                            }
                    .template-productset .product-link {
                        position: absolute; left: 0; top: 0;
                        display: block;
                        width: 100%; height: 0; overflow: hidden;
                        background: url('/images/base.png') -999em no-repeat;
                    }
                    .template-productset .product-small .product-link {
                        padding-top: 220px;
                    }
                    .template-productset .product-large .product-link {
                        padding-top: 340px;
                    }
                    .template-productset .product-set-gt6 .product-large .product-link {
                        padding-top: 401px;
                    }
                
            
            /*
            .template-productset .product-set {
                
            }
                .template-productset .product {
                    position: relative;
                    float: left;
                    width: 240px; overflow: hidden;
                }
                .template-productset .product-full {
                    width: 276px;
                }
                .template-productset .product-thumb {
                    width: 160px;
                }
                    .template-productset .product-image {
                        display: block;
                        width: 240px; height: 333px;
                    }
                    .template-productset .product-full .product-image {
                        width: 240px; height: 333px;
                    }
                    .template-productset .product-thumb .product-image {
                        width: 108px; height: 150px;
                        margin: 0 auto;
                    }
                    
                    .template-productset .product-set-full .product-info {
                        padding: 6px 0; 
                    }
                        .template-productset .product-name {
                            display: inline;
                        }
                        .template-productset .product-price {
                            display: inline;
                        }
                            .template-productset .product-price-retail {
                                display: inline;
                                font-weight: bold;
                            }
                            .template-productset .product-price-ismarkdown .product-price-retail {
                                text-decoration: line-through;
                            }
                            .template-productset .product-price-markdown {
                                display: inline;
                            }
                                .template-productset .product-price-markdown span {
                                    color: #f3b802;
                                    text-transform: uppercase;
                                }
                            .template-productset .product-unavailable {
                                display: inline;
                            }
                    .template-productset .product-link {
                        position: absolute; left: 0; top: 0;
                        display: block;
                        width: 100%; height: 0; overflow: hidden;
                        padding-top: 381px;
                        background: url('/images/base.png') -999em no-repeat;
                    }
                    */