/* system/modules/stores */
div.stores_item {
    border:                         1px solid #d8d9da;
    clear:                          both;
    float:                          left;
    width:                          405px;
}

div.stores_item h2 {
    border-bottom:                  1px solid #d8d9da;
    margin-top:                     6px;
    padding:                        0 5px 5px 5px;
}

div.stores_item_column {
    float:                          left;
    padding:                        0 5px;
    width:                          192px;
}

div.stores_item_freetext {
    clear:                          both;
    padding:                        5px;
}

div.stores_item_freetext p {
    margin:                         0;
}
