/*--- IE 7 fixes ---*/

/* This BREAKS IE 8, but is required by IE 7 for the Donate tab to drop down - 
 and must include .clearfix on div wrapper (sc) */
 
.clearfix { display: inline-block; }

hr { /* Check /actionkit when make changes! */
  height:5px;
}

p img.block-right-top { /* for photos at top of right side bars */
margin-top:0;
padding-top:55px;
}

img.block-sponsors { /* for sponsors block right side bars */
margin-top:0;
padding-top:25px;
}

#block-block-6 .block-inner .content table { /* Support the cause block - home page */
 margin-bottom:5px; /* with taller image (kindle) versus bracelet, need this or get too much vertical space with table defaults */
}

/* For text images in center home page such as "Support the cause." */
#block-block-6 .block-inner .content table img {
margin-bottom:7px;
}

#block-block-6 .block-inner .content table td.featured-prod img {
margin-bottom:0px;
}

ol li {
margin-left:2px;
}

/* Adaptic Giveaway Form alignment issues with IE */
/* Need padding around Giveaway form items: */
#webform-client-form-472 input, #webform-client-form-472 select {
 margin-bottom:10px;
}

#webform-client-form-472 .form-item label {
vertical-align:middle; 
}
/* does not affect inline, but too much space for newsletter
#webform-client-form-472 .webform-component-fieldset .form-item label {
 margin-bottom:8px; padding-bottom:8px;
}
*/



