﻿
/* 
    page:   parts/index 
    reason: in ie7 I needed push the search div down from the image
*/
.searchOption 
{
    margin-top:20px;
}


/* 
    page:   parts/category 
    reason: in ie7, the product description was appearing to the
            right of the image.  I neeed to add some top margin
            to push it down under the image, and also added some
            margin to the bottom of the paragraph/description
*/
.bycategory p { margin-top:120px; margin-bottom:10px; }