<!-- Style sheet for Freestart PLC Stock Pages -->



<!-- Begin Overide default styles -->
  input       {
              margin-left: 5px;
              font-size: 9pt;
              }
  img         {
              border: 0px;
              }
<!-- End Overide default styles -->



<!--Begin Main Table Size Style -->
  #stocktab  {
             width: 580px;
             padding-left: 30px;
             }
<!--End Main Table Size Style -->




<!-- Begin Product Tab Styles -->
  .prod    { 
          width: 540px;
          margin-bottom: 20px;
           }  
  .prod td {
           padding: 5px;
           background: #eee;
           font-size: 85%;
           } 
  .prod th {
           vertical-align: top;
           color: #fff;
           background: #00c;
           font-size: 10pt;
           }          
  .prod a  {
           text-decoration: none;
           }
  .prod a:hover{
               text-decoration: underline;
               }
  .idtd   {
          width: 160px; 
          text-align: left; 
          padding: 0px 0px 0px 4px;          
          }
  .nametd {
          width: 400px;
          }               
 
<!-- End Product Tab Styles -->



<!-- Begin Search Btn Styles -->
  #mainarea   {
              position: absolute;
              left: 0px;
              top: 0px;
              width: 100%;
              height: 100%;
              z-index: 1;
              }
  #sch        {
              position: absolute;
              left: 556px;
              bottom: 0px;
              width: 20px;
              height: 50px;
              text-align: right;
              padding-right: 0px;
              background: #00c;   
              border: 1px #006 solid;         
              z-index: 2;
              }                          
  #tt         {
              position: absolute;
              left: 235px;
              bottom: 14px;
              font-size: 10pt;
              color: #fff;
              z-index: 3;
              visibility: hidden;
              }
<!-- End Search Btn Styles -->

             
              
<!-- Begin Stock Nav Styles (Page 1,2,3, Next, Prev etc..) -->

  .stocknav {
            margin-left: 0px;
            width: 200px;
            }
  .snav    {
           color: #00c;
           font-size: 10pt;
           text-decoration: none;
           }
  .snav:hover {
                text-decoration: underline;
              }
  #return     {
              margin-top: 10px;
              text-align: center;
              }                
  #return a   {
              color: #00c;
              font-size: 10pt;
              text-decoration:none;                        
              }             
               
  #return a:hover {
                  text-decoration: underline;
                  }  


<!--Begin Cart Display Styles -->
  .cart       {
              width: 540px;
              background: #eee;
              }
  .cart td    {
              font-size: 9pt;
              padding: 3px 2px;
              vertical-align: top;
              }
  .cart th    {
              font-size: 10pt;
              color: #fff;
              padding: 4px;   
              background: #00c;
              text-align: left;                      
              }
<!--End Cart Display Styles -->
              


<!-- Begin Cart Email Order form styles-->

  #emailorder td {
                 font-size: 10pt;
                 vertical-align: top;
                 }
  #orderem    {
              width: 535px;
              background: #fff;
              }
  #orderem td    {
                 font-size: 9pt;
                 padding: 4px;
                 }
  #emailorder input, textarea {
                    font-size: 9pt;
                   }
  #emailorder input {
                    width: 160px;
                    } 
  #emailorder textarea {
                     width: 200px;
                     height: 125px;
                     }         
  #top3 td {
              padding: 1px 0px;
              }
                          
	.ast2			{
						color: #f00; 
						background: #fff; 
						font-size: 125%
  					}   

  #emailorder {
              width: 535px;
              background: #fff;
              border: 1px #999 solid; 
              border-bottom: 0px;
              }            
----------
----------
<!-- Important for email order form  -->

  #salutation {
              margin-left: 72px;
              }
  #fname    {
            margin-left: 31px; 
            }
  #sname    {
            margin-left: 44px;
            }                          
<!-- End Cart Email Order form styles -->

-------------------------------------