OK, it was the featured products I was looking at and not seeing qty/add. For your product listing, you can add to your stylesheet_tm.css
Code:
.productListing-data input+input {
position: relative;
top: 0.8em;
}
#cartAdd is only in the product info page.
As for the non-standard part, TM is notorious for rejiggering elements of the page, adding lots of spacer or wrapper divs as if they were tables, and changing the names of even the elements they otherwise don't touch. It is usually possible to restyle TM pages, but you have to learn a whole new set of names, and they are often as meaningful as
.top1 .r2 .left .inner {}
instead of
#navMainHeader ul {}