/*
 *  Tiger Optics > CSS > Home Portlets
 */
div.product_list {
    width:      880px;
    min-height: 250px;
    padding:    0;
    margin:     0;
    clear:      both;
}

div#portlet_home_products, div#portlet_home_industries, 
div#portlet_home_applications, div#portlet_home_matrices {
    display:    inline-block;
    display:    -moz-inline-box;
    float:      left;

}

div#portlet_home_industries, div#portlet_home_applications, div#portlet_home_matrices {
    width:      280px;
}

div#portlet_home_matrices {
    width:      270px;
    padding-top:    10px;
}

div#portlet_home_industries ul li {
    background: #DDD none repeat scroll 0%;
    margin:     0 0 4px 0;
    padding:    0;
    width:      280px;
    overflow:   hidden;
}

div#portlet_home_products {
    width:      270px;
}
div#portlet_home_products ul {
    width:      274px;
}
div#portlet_home_products ul li {
    display:    inline-block;
    display:    -moz-inline-box;
    float:      left;
    background: #FFF;
    margin:     0 2px 4px 0;
    padding-right:  2px;
    width:      133px;
    overflow:   hidden;
}

select.home_jump {
    width:          270px;
    margin-bottom:  4px;
}


/* Green category items */
.category_green {
}

div#portlet_home_applications ul li.category_container_green a, div#portlet_home_industries ul li.category_container_green a {
    background: #8dd6aa;
}

/* This will allow certain things on the front page to display properly */
div#main {
    clear:          both;
    padding:        0 0 10px 10px;
    padding:        0;
    min-height:     150px;
}