
/*
Style sheet for units

There are currently two classes that are added
<div class='sau_unit_table'>
...
    <div class='sau_unit_cell'>
    ...
    </div>
...
</div>

Additional styles can be added in user templates as needed.

*/

/*Style for overall unit table */

/*around the table*/
.sau_unit_table table tbody tr td
{
    /*added to override borders in TwentyTwelve theme */
    border: 0;
    line-height: 1.3;
}

.sau_unit_table table {
   margin: 10px;
   width:95%;
}


/*style for the repeated product cells */
.sau_unit_cell tbody {
    border:0;
}

.sau_unit_cell table td tr
{
    vertical-align: top;
    border:0;
}


.sau-widget table {
    width: 100%;
    margin: 0;
    border:0;
}

.sau-widget img {
    padding:10px;
}
