Index: branches/1.0.x/inc/details.css =================================================================== diff -u -N -r14793 -r14859 --- branches/1.0.x/inc/details.css (.../details.css) (revision 14793) +++ branches/1.0.x/inc/details.css (.../details.css) (revision 14859) @@ -23,9 +23,15 @@ top: 9px; width: 21px; } -.block h2 a.product-prev:hover { background-position: 0 100%; } -.block h2 a.product-next:hover { background-position: 100% 100%; } +.block h2 a.product-prev:hover { background-position: 0 -21px; } +.block h2 a.product-next:hover { background-position: 100% -21px; } +.block h2 a.product-prev.disabled { background-position: 0 -42px; } +.block h2 a.product-next.disabled { background-position: 100% -42px; } + +.block h2 a.product-prev.disabled:hover, +.block h2 a.product-next.disabled:hover { background: none; } + .product-detail { position: relative; } .product-detail .ribbon { background: url(@templates_base@/img/ribbon-big.png) no-repeat 0 0; @@ -138,7 +144,8 @@ } .product .description .har { border-top: 1px solid #d0d0d0; float: left; margin-top: 10px; padding-top: 10px; text-align: left; width: 50%; } .product .description .har dt { float: left; font-weight: bold; padding: 0 10px 3px 0; width: 100px; } -.product .description .har dd { float: left; width: 80px; } +.product .description .har dd { float: left; padding: 0 0 3px 0; width: 80px; } +.product .description .har_right dt { width: 50px; } .product .description .price-block { float: left;