/*
** amazon classes for new text only button style 
**
**
** Replace all "amazon" entries with your new style name
*/
div.osb_amazon
    { 
      /* set here real height of background images used in cells */
      height:22px;
      margin:0px; padding:0px;
      overflow:visible;
    }

div.osb_amazon div
    { 
      cursor:text;
      margin:0px; padding:0px;
      overflow:visible;
    }

div.osb_amazon table.disabled
    { 
      cursor:text;
      margin:0px; padding:0px;
      color:#9FA9CC;
      overflow:visible;
    }

div.osb_amazon table.enabled_hover,div.osb_amazon table.active_hover
    { 
      cursor:pointer;
      margin:0px; padding:0px;
      color:#0000FF;
      overflow:visible;
    }

div.osb_amazon table.enabled,div.osb_amazon table.active
    { 
      margin:0px; padding:0px;
      cursor:pointer;
      color:#000000;
      overflow:visible;
    }

div.osb_amazon table.enabled_pressed,div.osb_amazon table.active_pressed
    { 
      margin:0px; padding:0px;
      cursor:pointer;
      color:#8000FF;
      overflow:visible;
    }


/* cells styles */

div.osb_amazon td.tr1td1,td.tr1td2,td.tr1td3,td.tr1td4,td.tr3td1,td.tr3td2,td.tr3td3,td.tr3td4
    {
      height:0px;
    }

div.osb_amazon td.tr2td1
    {
      /* set here real height and width of background image */
      width:8px;height:22px;
      background-image: url("amazon_bgi/amazon_n_tr2td1.gif");
    }

div.osb_amazon td.tr2td3,div.osb_amazon td.tr2td2
    {
      /* set here real height of background image */
      height:22px;
      background-image: url("amazon_bgi/amazon_n_tr2td23.gif");
      background-repeat:repeat-x;
      font-size:12px;font-family:verdana;font-weight:500;
    }

div.osb_amazon td.tr2td4
    {
      /* set here real height and width of background image */
      width:8px;height:22px;
      background-image: url("amazon_bgi/amazon_n_tr2td4.gif");
    }
