/*
 *  Tiger Optics > CSS > Product
 */
/* Left nav bar for products */ 
dl.products dd {
    display:        block;
}
dl.products dd ul.producttick {
    margin:         0;
    padding:        1px;
}

/* No image display for products */
em.no_image {
    display:            block;
    clear:              both;
    width:              150px;
    height:             80px;
    background:         #CCD;
    text-align:         center;
    padding-top:        25%;
}

/* Products, and products filter */
div#tiger_product_nav, div#tiger_product_view, div#tiger_filter_view {
    margin:             0;
    float:              left;
    clear:              none;
}
div#tiger_product_nav {
    width:              200px;
    padding: 15px 30px 10px 15px;
}
div#tiger_product_view, div#tiger_filter_view {
    width:              620px;
    float:              left;
    padding:            15px 10px 0 0;
}
div#tiger_product_view strong.title {
    font-size:          110%;
    color:              #FF9B00;
}
div#tiger_product_view strong.intro {
    color:              #666680;
}
div#tiger_product_view div.image, div#tiger_product_view div.description, 
div#tiger_filter_view div.image, div#tiger_filter_view div.description {
    float:              left;
}
div#tiger_product_view div.image {
    width:              320px;
    padding: 10px 10px 10px 0px;
}
div#tiger_filter_view div.image {
    width:              220px;
}
div#tiger_product_view div.description, div#tiger_filter_view div.description {
    width:              260px;
    clear:              right;
    overflow:           auto;
}

div#tiger_product_view div.image dl.thumb_block dd.thumb_links {
    display:            none;
}

/* Product content tabs container */
div#productdivcontainer {
    width:          575px;
    min-height:     400px;
}

iframe.tabcontentiframe {
    min-height:     600px;
}

/* Category lists */
dl.product_summary strong.title {
    font-size:          110%;
    color:              #FF9B00;
}
dl.product_summary strong.intro {
    color:              #666680;
}
dl.product_summary div.image, dl.product_summary div.description {
    display:            inline-block;
    display:            -moz-inline-box;
    float:              left;
}
dl.product_summary div.image {
    width:              200px;
    padding:            10px 10px 0 10px;
}
dl.product_summary div.description {
    width:              350px;
    min-height:         100px;
    padding:            10px;
    clear:              right;
}
dl.product_summary div.description p.link a {
    color:              #666680;
    font-weight:        bold;
    padding:            10px;
    text-decoration:    underline;
}
dl.product_summary div.image dd.thumb_links {
    visibility:         hidden;
    height:             0;
    padding:            0;
    margin:             0;
}
dl.product_summary div.image dl.thumb_block {
    margin:             0;
    padding:            0;
}