/* Module Block Layout */
div.theme-basic-black-gloss-1 {
    font-size: 12px;
}

div.theme-basic-black-gloss-1 .module {
    background: url(/themes/basic-black-gloss-1/images/carbon_bottom.png) repeat-x 0px bottom #FFF;
    _ background-image: none;
}

div.theme-basic-black-gloss-1 .module-title {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-indent: 10px;
    margin:0;
    background: url(/themes/basic-black-gloss-1/images/glossy_repeatx.png) repeat-x #000;
    _ background-image: none; /*removes png for IE6 */
}

div.theme-basic-black-gloss-1 .module-content {
    padding: 10px 10px 30px 10px;
    background: url(/themes/basic-black-gloss-1/images/shadow_top.png) top repeat-x;
    _ background: none; /*removes png for IE6 */
}

div.theme-basic-black-gloss-1 .module ul {
    list-style-type: none;
}

div.theme-basic-black-gloss-1 .module .module_view_all {
    padding-top: 10px;
    text-align: right;
}