/*
- 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: 20px;
font-weight: bold;
color: #9a9a9a;
}
 <?php
        // osCoders.biz - Analystics - start
        /*
        Conditional code added thank to  rrodkey and bfcase
        IMPORTANT -- IMPORTANT - IMPORTANT
        You'll need to update the "xxxx-x" in the samples (twice) above with your own Google Analytics account and profile number. 
        To find this number you can access your personalized tracking code in its entirety by clicking Check Status in the 
        Analytics Settings page of your Analytics account.
        */
         if ($request_type == 'SSL') {
        ?>    
         <script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
         </script>
         <script type="text/javascript">
           _uacct="UA-5510028-1";
           urchinTracker();
         </script>
        <?php
        } else {
        ?>
         <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
         </script>
         <script type="text/javascript">
           _uacct="UA-5510028-1";
           urchinTracker();
         </script>
        <?
        }
        // osCoders.biz - Analistics - end
        ?>
