/* ------------------------------------------------------------------------------------------------------------
DTOOL.CSS
-  dtool.css   Standardstiler dtool-div     inkluderes i header.php og fckconfig.js
-  text.css    Tekst (individuell)          inkluderes i header.php og fckconfig.js
-  kunde.css   Sideoppsett (individuell)    inkluderes i header.php
---------------------------------------------------------------------------------------  Oppdatert 18.02.08. */

/*  DIVERSE  -------------------------------------------------------------*/

table                     { border-collapse: collapse; }
select                    { font-size: 10px; }
input                     { font-size: 10px; }
textarea                  { font: 11px verdana, tahoma, sans-serif;}
form                      { display: inline; }
hr                        { color: #ddd; background-color: #ddd; height: 1px; border:0px; margin: 5px 0px 5px 0px;}
#dtool li                 { list-style-position: inside;}
#dtool ul                 { margin-left: 0; padding-left: 0px;}

img                       { border: 0px; }
img.v                     { float:left;  margin:10px 20px 10px  0px; }
img.h                     { float:right; margin:10px  0px 10px 20px; }

div.error_msg             { color:red; border: 1px solid red; margin: 0px 0px 15px 0px; padding: 10px;}
td.program                { padding-right: 5px;}


/*  admin.php  -------------------------------------------------------------*/

.admin_hoved_tr {
      background-image    : url('http://www.designeren.no/images/admin_fade_gray.jpg');
      background-position : top left;
      background-repeat   : repeat-x;
      margin-top          : 40px;
}

.admin_hoved_type {
      width               : 90px;
      padding             : 6px 0px 0px 8px;
      vertical-align      : top;
      font-weight         : bold;
      font-size           : 12px;
      color               : #cccccc;
}

.admin_ikon {
      text-align          : center;
      float               : left;
      margin              : 0px 10px 5px 0px;
}

.infinise  {
      color               : #bbbbbb;
      margin-top          : 10px;
      float               : right;
      font-size           : 9px;
}

.infinise a:link, .infinise a:visited {  color: #bbbbbb;}
.infinise a:hover { color: #000000;}



/*  HJELP  -------------------------------------------------------------*/

div #hjelp {
      margin              : 0px 0px 10px 0px;
}
div #hjelp a {
      font                : 16px;
      color               : #FF6600;
      cursor              : default;
      text-decoration     : none;
}
div #hjelp a:hover {
      text-decoration     : none;
      background          : none;
}
div #hjelp a:hover span {
      display             : block;
}
div #hjelp a span {
      display             : none;
      padding             : 0px 0px 0xp 0px;
      color               : #000000;
      font                : 12px;
}


/*  PRODUKTBLOKKER ---------------------------------------------------------*/

table #prodblokk{
      background-image    : url('http://www.designeren.no/images/prodbak_lys.jpg');
      background-position : bottom center;
      background-repeat   : repeat-x;
      color               : #000;
      margin              : 0px 15px 10px 0px;
	border              : 0px solid black;
}
tr #prodblokktopp {
      background-image    : url(images/prodbak2.jpg);
      background-position : top center;
      background-repeat   : repeat-x;
	font-size           : 11px;
      color               : #000;
      background-color    : #eeeeee;
}
tr #prodblokkhoved {
	font-size           : 10px;
      color               : #000;
}
tr #prodblokkbunn {
	font-size           : 12px;
	font-weight         : normal;
      color               : #000;
}


/*  LISTEBLOKKER  -----------------------------------------------------------*/

table.blokk{
       background-image    : url('http://www.designeren.no/images/prodbak_lys.jpg');
       background-position : bottom center;
       background-repeat   : repeat-x;
       margin-bottom       : 20px;
       border              : 1px solid #eee;
}
td.blokktopp {
       padding-top         : 5px;
}
td.blokkhoved {
       font-size           : 10px;
}
