/**********************************************************/
/*                                                        */
/*                                                        */
/*   Grennwood Engineering A/S                            */
/*   CSS Layout                                           */
/*   Created July 2007                                    */
/*   Copyright(c) 2007                                    */
/*                                                        */
/*                                                        */
/**********************************************************/

#product_container
{
  width: 816px;         /* Changed by php later */
  height: 155px;        /* Changed by php later */
  overflow: hidden;
}

#product_content
{
  position: relative;
  height: 155px;        /* Changed by php later */
}

#product_content td
{
  font-family: arial, helvetica, sans-serif;
  font-size: 11;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 10px 0px;
}

#product_content div
{
  color: white;
  padding-top: 130px;
  margin-left: 10px;
  margin-right: 10px;
  width: 125px;
}

#product_content img
{
  margin-left: 10;
}

#product_content h1
{
  font-size: 16;
  color: white;
  margin-top: 10;
  margin-left: 20;
  margin-right: 20;
}

#product_content p
{
  font-size: 11;
  color: white;
  margin-left: 20;
  margin-right: 20;
  width: 550;
}

#product_content a:link    { color: #a0d0a0; }
#product_content a:visited { color: #a0d0a0; }
#product_content a:hover   { color: #a0f0a0; }
#product_content a:active  { color: #a0f0a0; }

#product_scrollbar
{
  background-image: url("(set by php)");
  margin-left: 20px;
  margin-right: 20px;
  width: 776px;         /* Changed by php later */
  height: 20px;
}

#product_scrollbuttonleft
{
  display: inline;
  position: relative;
  width: 30px;
  height: 20px;
  top: 0px;
  left: -10px;
  overflow: hidden;
}

#product_scrollbuttonright
{
  display: inline;
  position: relative;
  width: 30px;
  height: 20px;
  top: 0px;
  left: 726px;          /* Changed by php later */
  overflow: hidden;
}

#product_scroller
{
  display: inline;
  position: relative;
  top: 0px;
  left: -48px;
  width: 75px;
  height: 20px;
}

#product_frame0 a:link    { color: #a0d0a0; }
#product_frame0 a:visited { color: #a0d0a0; }
#product_frame0 a:hover   { color: #a0f0a0; }
#product_frame0 a:active  { color: #a0f0a0; }
#product_frame1 a:link    { color: #a0d0a0; }
#product_frame1 a:visited { color: #a0d0a0; }
#product_frame1 a:hover   { color: #a0f0a0; }
#product_frame1 a:active  { color: #a0f0a0; }
#product_frame2 a:link    { color: #a0d0a0; }
#product_frame2 a:visited { color: #a0d0a0; }
#product_frame2 a:hover   { color: #a0f0a0; }
#product_frame2 a:active  { color: #a0f0a0; }

#product_frame0 td,
#product_frame1 td,
#product_frame2 td
{
  font-size: 20;
  font-weight: bold;
  text-align: center;
  color: white;
  background-image: url("(set by php)");
  background-repeat: no-repeat;
  background-position: center 5px;
  vertical-align: bottom;
  cursor: pointer;
}

#product_other
{
  margin-top: 4px;
}

#product_other td
{
  font-family: arial, helvetica, sans-serif;
  font-size: 11;
  text-align: center;
  color: #e0e0e0;
  padding-left: 8px;
  padding-right: 8px;
  border-right: solid 1px #c0c0c0;
}

#product_other a:link   { color: #e0e0e0;}
#product_other a:visited{ color: #e0e0e0;}
#product_other a:hover  { color: #80e080;}
#product_other a:active { color: #e0e0e0;}
