@import "base.css";
@import "base.structure.css";
@import "page.structure.css";
@import "elements.structure.css";

#features-container { display: table; clear: both; margin-top: 72px; position: relative; }

.features dt { font-size: 16px; font-weight: 400; text-shadow: white 0px 1px 0px; line-height: 32px; padding-left: 38px; background-repeat: no-repeat; background-position: left center; }
.features dd { font-size: 14px; color: #646464; text-shadow: white 0px 1px 0px; padding-left: 38px; }

.features.left { display: table-cell; width: 30%; vertical-align: top; padding-top: 24px; text-align: right; }
.features.left dt { background-position: right center; padding-right: 38px; }
.features.left dd { padding-right: 38px; padding-left: 0; }
.features.right{ display: table-cell; width: 30%; vertical-align: top; padding-top: 24px; text-align: left; }
.features.right dt { background-position: left center; padding-left: 38px; }
.features.right dd { padding-left: 38px; padding-right: 0; }


#screenshots-container { display: table-cell; width: 398px; height: 865px; }
#screenshots { display: block; position: relative; width: 398px; height: 865px; background: url(/images/infusion/iphone4.png) top left no-repeat; }
#screenshots img { display: inline-block; }


