/* - these stylesheet settings apply to all media - for printing styles edit templates/print.css - learn more about CSS at http://www.w3schools.com/css/ - 2003/11/23 PaulM PandA.nl */ /* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */ .boxText select { width: 95%; } /* set pageheading text (now included in h1 tag) size back to normal size */ h1 { margin-bottom: 20px; font-family: Verdana, Arial, sans-serif; font-size: FALLBACK_TITRE_SIZEpx; font-weight: bold; color: FALLBACK_TITRE_COLOR; } /* ------- Zoom image ADD : START -------- */ #showimage{ position:absolute; visibility:hidden; border: 0px; } #dragbar{ cursor: hand; cursor: pointer; background-color: #bbc3d3; min-width: 100px; /*NS6 style to overcome bug*/ } #dragbar #closetext{ font-weight: bold; margin-right: 1px; } /* ------- Zoom image ADD : END -------- */