﻿
/*  ---

    category

    --- */
    
    .template-category {
        float: left;
        width: 791px;
        padding-top: 28px;
        color: #646464;
        overflow: hidden;
    }
        .template-category .category-name {
            margin-bottom: 7px;
            font-size: 182%; line-height: 24px; text-transform: uppercase;
            color: #ccc;
        }
        .body-light .template-category .category-name {
            color: #585858;
        }
        .template-category .category-description {
            margin-bottom: 13px;
            font-size: 77%; line-height: 12px;
            width: 400px;
        }
        .body-light .template-category .category-description {
            color: #585858;
        }
        .template-category .cell-set {
            width: 807px;
        }
            .template-category .cell {
                position: relative;
                float: left;
                display: none;
                margin: 0px 6px 6px 0px;
            }
                .template-category .cell img {
                    width: 100%; height: 100%;
                    opacity: 0.35; filter: alpha(opacity = 35);
                }
                .js .template-category .cell img {
                    display: none;
                }
                .template-category .cell a {
                    position: absolute; left: 0; top: 0;
                    display: none;
                    width: 100%; height: 11px;
                    padding-bottom: 18px;
                    color: #fff;
                    background: url('/images/base.png') -999em no-repeat;
                    font-size: 85%; line-height: 11px; font-weight: bold; text-transform: uppercase; text-align: center;
                    text-shadow: 1px 1px 1px #000;
                }
            .template-category .l1 {
                width: 790px;
                height: 518px;
            }
            .template-category .l2 {
                width: 392px;
                height: 256px;
            }
            .template-category .l3 {
                width: 259px;
                height: 256px;
            }
            .template-category .l4 {
                width: 392px;
                height: 256px;
            }
            .template-category .l5_l {
                width: 392px;
                height: 256px;
            }
            .template-category .l5_s {
                width: 193px;
                height: 256px;
            }
            .template-category .l6_s {
                width: 193px;
                height: 256px;
            }
            .template-category .l6_l {
                width: 392px;
                height: 256px;
            }
                .template-category li.cell a {
                    padding-top: 228px
                }
