#SideCategoryShopByPrice { display: none; }

.ProductTable {
    display: table;
}

.ProductTable .DetailRow {
    display: table-row;
}

.ProductTable .DetailRow .Label {
clear: left; display: table-cell; text-align: right !important; padding: 5px; padding-right: 10px; min-width: 7em;
}

.ProductTable .DetailRow .Value {
    padding-top: 2px; margin-left: 5px; display: table-cell;
}

.addto { margin-top: 10px; }

.ProductDescriptionContainer { margin-bottom: 20px; }

a.ProductPreview { background: #9F6E29 url(http://actapublications.com/content/magnify.png) 8px 8px/18px 18px no-repeat; color: white; padding: 8px; padding-left: 34px; font-weight: bold; margin: 3px 0; font-size: 18px; }

#ProductSummary { font-size: 12px; }

img.authorImage { float: left; margin: 0 10px 10px 0; }

.ProductImage img { border: 1px solid #dddddd; }

a.Author, a.Publisher { text-decoration: underline; }

.header-logo { margin-top: -35px; }

